\Exception
└─Exception
└─DbException
└─ModelNotFoundException
public class ModelNotFoundException
extends DbException
Constructor Summary | |
---|---|
void | __construct(string message, string model, mixed config) 构造方法 |
Method Summary | |
---|---|
string | getModel() 获取模型类名 |
Methods inherited from think\exception\DbException | |
---|---|
__construct |
Methods inherited from think\Exception | |
---|---|
getData, setData |
public void __construct(string message, string model, mixed config)
构造方法
public string getModel()
获取模型类名